home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-11-11 | 1.3 KB | 30 lines | [TEXT/ttxt] |
- -- What's New in DialScript 1.7 --
-
- • Syntax change. COULD BREAK OLD SCRIPTS. Use
- set dtr on | off; instead of set dtr high | low.
- • Semantics change. COULD BREAK OLD SCRIPTS. Display no
- longer automatically includes newlines-- use display "foo\r";
- • Added the repeat statement-- repeat NUMBER stmtlist end;
- • There is now an online/offline option in the communications
- dialog. The set statement has been extended for this. The
- syntax is set online on | off. See the manual.
- • There is now an icon for DialScript created TEXT files. You
- may have to rebuild your desktop to see it.
- • There is a "noecho" mode for input statements. Syntax is
-
- input variable_name noecho;
-
- No default value is allowed. This is for password entering.
- Thanks to Steven Marcus for help with the new icon and a dialog
- filter for noecho mode.
- • Allows variables to be used wherever a string constant could be
- used. Examples-- display varname; wait varname;
- • You may now type and send characters while a script is
- running.
- • You may now save text coming into your Mac in a file in order
- to keep a script log. Added startlog and stoplog statements.
- See manual.
- • Variable date contains the current date and time. You may
- not set it.
- • Kiss file changes the creator of a TEXT file to DialScript.
-